ComponentOne ASP.NET MVC Controls
SelectAllLabel Property

C1.Web.Mvc Namespace > MultiSelect<T> Class : SelectAllLabel Property
Gets or sets the string to be used as a label for the "Select All" checkbox that is displayed when the ShowSelectAllCheckbox property is set to true.
Syntax
'Declaration
 
Public Property SelectAllLabel As String
public string SelectAllLabel {get; set;}
Remarks
This property is set to null by default, which causes the control to show a localized version of the string "Select All".
See Also

Reference

MultiSelect<T> Class
MultiSelect<T> Members